projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fbfd4
)
Fix comment typo.
author
Glenn Morris
<rgm@gnu.org>
Thu, 5 Jun 2008 16:51:30 +0000
(16:51 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 5 Jun 2008 16:51:30 +0000
(16:51 +0000)
lisp/gnus/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-util.el
b/lisp/gnus/gnus-util.el
index 886716937217b55e96b7061f25a2be42510176fb..bef74579406d0e79d4aaca07b1fe5023806ff219 100644
(file)
--- a/
lisp/gnus/gnus-util.el
+++ b/
lisp/gnus/gnus-util.el
@@
-62,7
+62,7
@@
(eval-and-compile
(cond
;; Prefer `replace-regexp-in-string' (present in Emacs, XEmacs 21.5,
- ;; SXEmacs 22.1.4) over `replace-in-string'. The la
l
ter leads to inf-loops
+ ;; SXEmacs 22.1.4) over `replace-in-string'. The la
t
ter leads to inf-loops
;; on empty matches:
;; (replace-in-string "foo" "/*$" "/")
;; (replace-in-string "xe" "\\(x\\)?" "")